-
Notifications
You must be signed in to change notification settings - Fork 757
[css-text-decor-4] Renamed text-decoration-trim to text-decoration-inset #13039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
There are also a number of mentions of "trim" in the description of the (While you're there, perhaps also fix the long-obsolete mention of |
0212def to
52c94b2
Compare
Replaced that by "length adjustments".
I renamed them all to It seems we also had a Sebastian |
css-text-decor-4/Overview.bs
Outdated
| </dl> | ||
|
|
||
| Text decoration trimming is subject to 'box-decoration-break': | ||
| The adjustment of the text decoration's length is subject to 'box-decoration-break': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're not adjusting the length, we're adjusting the start and endpoints. It could keep the length constant, for example if it were specified as -2px 2px. Open to other ideas, but I think keeping with the "trimming" terminology is clearer here, even if the name of the property has changed. "Length adjustment" is not precise enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point! I tried to adust the wording. Let me know if it's better now!
Any mentions of `text-decoration-skip-inset` were either removed or replaced by `text-decoration-inset`.
… text decorations
2dc5f21 to
3a9f6fc
Compare
…n start and end endpoints
According to the resolution from #8402 (comment).
See also #13024 for the part of the
{row|column}-rule-*properties.Sebastian